home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / makefiles / Makerules.clean < prev    next >
Text File  |  1992-08-31  |  243b  |  15 lines

  1. # clean only cleans out the object dir for the current machine:
  2. clean:
  3.     -rm -f ${DIRT}
  4.     @${DO_DIRS_THIS_MACH}
  5.  
  6. # allclean cleans out all object dirs:
  7. allclean:
  8.     -rm -f ${DIRT}
  9.     @${DO_DIRS}
  10.  
  11. distclean:
  12.     -rm -f ${DIRT} ${DISTDIRT}
  13.     @${DO_DIRS}
  14.  
  15.